if owner.Character.PrimaryPart:FindFirstChildOfClass("PointLight") == nil then Instance.new("PointLight", owner.Character.PrimaryPart).Brightness = 2 owner.Character.PrimaryPart.PointLight.Range = 10 if owner.Character:FindFirstChild("Torso") then owner.Character.PrimaryPart.PointLight.Color = owner.Character.Torso.Color elseif owner.Character:FindFirstChild("UpperTorso") then owner.Character.PrimaryPart.PointLight.Color = owner.Character.UpperTorso.Color end end